curl --request POST \
--url https://api-lr.agent.ai/v1/action/company_research_v2_get_report \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"report_id": "{{research_result.report_id}}",
"output_variable_name": "company_report",
"include_html": true
}
'{
"status": 123,
"response": {}
}Get a completed research report with all sections and optional HTML content.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/company_research_v2_get_report \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"report_id": "{{research_result.report_id}}",
"output_variable_name": "company_report",
"include_html": true
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)